home *** CD-ROM | disk | FTP | other *** search
- ; These three items are required. Notice that in all cases my_ip and
- ; gateway will have the first two numbers the same. In most cases, the
- ; first three numbers will be the same. If only the first two are the
- ; same, the netmask is 255.255.0.0. If the first three are the same,
- ; the netmask is probably 255.255.255.0. If these values are incorrect
- ; Kali will not work.
- ; If nothing else works and you want to try something desperate, try
- ; using a netmask of 0.0.0.0. Kali will attempt to deliver all packets
- ; as if they were in the local domain (ignoring the gateway). In many
- ; cases this will cause your gateway to see attempts to send to remote
- ; addresses and forward them for you. It won't work for everyone. You
- ; still must have the ip# correct for this to work.
- my_ip =
- netmask =
- gateway =
-
- ; Kali won't use the nameserver, but other wattcp apps like ping will.
- nameserver =
-
- ; Use the following option only if using PPP (remove the semicolon to use).
- ; ppp = 1
-